random number generator 隨機號碼產(chǎn)生器; 隨機數(shù)產(chǎn)生器; 隨機數(shù)程序,隨機數(shù)發(fā)生器,隨機數(shù)生成程序; 隨機數(shù)生成程序
"查查詞典"手機版
千萬人都在用的超大詞匯詞典翻譯APP
例句與用法
To generate a random number between 1 and 8 生成1到8之間的一個隨機數(shù)。
Is a constant integer expression used by sql server to generate a random number Sql server用于生成隨機數(shù)的常量整數(shù)表達式。
After that , a new method based on the noise to generate a random number sequence is put forward 然后,提出了利用小波(包)進行信號分解的方式產(chǎn)生隨機序列。
Generates a random number , and encrypts it using our public key that we copied over earlier 會生成一個隨機數(shù),并用我們先前拷貝過去的公用密鑰對這個隨機數(shù)進行加密。然后,
Generates a random number . for any given initial seed , the same number sequence is generated because each successive call to the 函數(shù)都用序列中前一個生成的數(shù)作為下一個數(shù)的種子,因此對于任何給定的初始種子都會生成相同的數(shù)字序列。
Using the random class to generate a random number by default doesn ' t mean you will receive a random number for every situation , but by using some very easy methods such as seed values and different algorithms 但是一定要注意避免每次產(chǎn)生的隨機數(shù)是同一個數(shù)列,這時候要用改變種子值,和種子運算法則來改變隨機隊列。